home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 July / Software of the Month - Ultimate Collection Shareware 274.iso / mac / MyABCD / GAMES.SWF / scripts / DefineButton2_412 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  1999-10-24  |  185b  |  11 lines

  1. on(rollOver){
  2.    count += "1";
  3.    tellTarget("/9")
  4.    {
  5.       gotoAndStop(2);
  6.       setProperty("/9", _X, "360");
  7.       setProperty("/9", _Y, "275");
  8.       stopDrag();
  9.    }
  10. }
  11.